/* ini css */

@import url('https://fonts.googleapis.com/css2?family=Bungee+Tint&family=Moderustic:wght@300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.bungee-tint-regular {
    font-family: "Bungee Tint", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.montserrat-uniquifier {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

body {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation: fadeInAnimation ease 1s;
    background-color: rgb(234, 233, 233);
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

h3 {
    margin-top: 10px;
    text-indent: 1px;
    line-height: 1px;
}

input {
    line-height: 25px;
}

.title {
    padding: 10px;
    margin-top: 1px;
    background-color: #b9eefb;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

form {
    padding: 10px;
    background-color: rgb(212, 255, 241);
}

.aside-1 {
    margin-top: px;
    padding: 10px;
}

button {
    margin-top: 10px;
    height: 25px;
    width: 86px;
    background-color: rgb(250, 255, 174);
    border: 0.5px solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

button :hover {
background-color: red;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.inputan-style {
    font-family: cursive;
    width: 5%;
    padding: 5px;
    border: 1px solid #000000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.bg-kuningmuda {
    background-color: rgb(250, 255, 174);
}

.bg-merahmuda {
    background-color: rgb(210, 210, 210);
}

.end {
    color: rgb(65, 65, 65);
    text-align: center;
}

.result{
    background-color: rgb(255, 219, 219);
    height: 1cm;
}
@media only screen and (max-width: 480px) {
    main {
        flex-direction: column;
    }

}